home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / FE10.ZIP;1 / FE.DOC < prev    next >
Encoding:
Text File  |  1993-06-30  |  4.3 KB  |  92 lines

  1.  
  2.  
  3.                              The Font Editor v1.0
  4.                            ------------------------
  5.                        Copyright(c) 1993 by Eldon Martin
  6.  
  7.  
  8.   The Font Editor is a utility for QuickBASIC programmers which is designed to
  9. aid in the production of 16 color EGA fonts to use in applications.  The Font
  10. Editor uses my newly designed graphical user interface and is very easy to use.
  11. A mouse is required to perform most of the functions the program provides.
  12.  
  13.   You use this program at your own risk. I have tested it on my own computer,
  14. but I cannot be held responsible for any problems is causes you.  If you find
  15. an error, please let me know and I'll do my best to correct it.
  16.  
  17.   This program is distributed as shareware.  You may copy and distributed it
  18. freely as long as all file are complete and unmodified and no file are added or
  19. taken away. The files included in this package are:  FE.EXE, FE.DOC, GF001.FNT,
  20. TF001.FNT, TF002.FNT, TF003.FNT, EXAMPLE.BAS, and CATALOG.EXE.
  21.  
  22.   After you have used this program for 30 days, you are required to either
  23. discontinue use or to purchase the registered version from the author.  The
  24. author recieves no money from the distribution of this program, but depends
  25. upon the users to register their copy by sending the required fee to the 
  26. author. You may not distribute any program which uses the fonts created by The
  27. Font Editor unless you have registered. More information on registering is 
  28. included in the main program.
  29.  
  30.  
  31. -------------------------------------------------------------------------------
  32.                                 COMMAND BUTTONS
  33. -------------------------------------------------------------------------------
  34.  
  35. File Handling
  36. =============
  37. NEW - Begin creating a new font
  38. OPEN - Prompts you for a file to open.  If you do not specify an extension, the
  39.      default (.FNT) will be used.
  40. SAVE - Save font currently being edited to disk.  Default filename extension
  41.       is '.FNT'
  42. EXIT - Quits The Font Editor and exits to DOS.
  43.  
  44. Image Editing Functions
  45. =======================
  46. H-FLIP & V-FLIP - Flips the current image horizontal or vertical.
  47. R-TURN & L-TURN - Rotates the image left or right.
  48. LEFT - Move image left.
  49. RIGHT - Moves image right.
  50. UP - Moves image up.
  51. DOWN - Moves image down.
  52. CLEAR - Clears the current image.
  53.  
  54.  
  55. UPDATE - Updates current letter if changes have been made in editing window.
  56. RESTORE - Undoes any changes made in editing window since the last time the
  57.      current letter was updated.
  58.  
  59. Advanced Functions
  60. ==================
  61. COPY SHAPE - Copies current shape to the letter slot you specify.
  62. GLOBAL COLOR CHANGE - Changes all of current color found in editing window to
  63.      the color you specify.  The Font Editor simply asks for a number from
  64.      0-15.  Color numbers are the same as used in the QuickBASIC COLOR Command.
  65. GENERATE DATA STATEMENTS - Generates DATA statements to be merged in your QB
  66.      program.  The program generated also loads DATA into the Font$() array. 
  67.      The source code needed to print the font is included in the file 
  68.      EXAMPLE.BAS.  The default file extension is '.BAS'.
  69. PRINT REGISTRATION FORM - Prints out a form for you to fill in when you
  70.      register.  This function is included in the Unregistered version only.  
  71.  
  72.  
  73. -------------------------------------------------------------------------------
  74.                                    MISCELANEOUS
  75. -------------------------------------------------------------------------------
  76.  
  77.   When you push the EXIT, OPEN, or NEW buttons when you have not saved changes
  78. to the font you are currently editing, The Font Editor gives you the message
  79. 'ABANDON CHANGES(Y/N)?'.  If you choose 'Y', the current operation will 
  80. continue.  If you choose 'N', the operation will be cancelled, giving you a
  81. chance to save the program before you proceed.  
  82.  
  83. The Font Editor in the future:
  84.   If I get enough support for The Font Editor, I plan to modify it in a number
  85. of ways.  Some of these include:  Mouse support for question boxes, file list
  86. to choose from when you open a file, and perhaps keyboard support. If you have
  87. any suggestions on how I can improve the program, write to me at:
  88.  
  89.                               Eldon D. Martin
  90.                                HCR 75 Box 99       
  91.                           McConnellsburg, PA 17233
  92.